ItemsSource Property (MapLayerBase<T>)
In This Topic
Gets or sets a data source for the layer.
Syntax
'Declaration
Public Property ItemsSource As System.String
'Usage
Dim instance As MapLayerBase(Of T)
Dim value As System.String
instance.ItemsSource = value
value = instance.ItemsSource
public System.string ItemsSource {get; set;}
public read-write property ItemsSource: System.String;
public function get,set ItemsSource : System.String
public: __property System.string* get_ItemsSource();
public: __property void set_ItemsSource(
System.string* value
);
public:
property System.String^ ItemsSource {
System.String^ get();
void set ( System.String^ value);
}
See Also